Carbon


CloseMixerSoundComponent

Header: Sound.h Carbon status: Supported

Closes the Apple Mixer. Intended for use only by sound output components.

OSErr CloseMixerSoundComponent (
    ComponentInstance ci
);
Parameter descriptions
ci

The component instance of the Apple Mixer component.

function result

A result code.

DISCUSSION

The CloseMixerSoundComponent function closes the Apple Mixer component instance specified by the ci parameter. Your output device component should call this function when it is being closed.

SPECIAL CONSIDERATIONS

This function should be called only by sound output device components.

VERSION NOTES

The CloseMixerSoundComponent function is available only in versions 3.0 and later of the Sound Manager.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)